func text/template.readFileFS

2 uses

	text/template (current package)
		helper.go#L163: 	return parseFiles(t, readFileFS(fsys), filenames...)
		helper.go#L172: func readFileFS(fsys fs.FS) func(string) (string, []byte, error) {